home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / maya_miguel_global_groovin.swf / scripts / DefineButton2_85 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  100b  |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.intro.gotoAndStop("start");
  4.    gotoAndStop("off");
  5. }
  6.